home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / util / pscreen128.lha / Intro.txt next >
Text File  |  1992-04-22  |  5KB  |  95 lines

  1. Intro to Public Screens:  Last edited 4/22/91
  2. -------------------------------------------------------------------------------
  3. Public Screens are a feature of, and require: Amiga OS Release 2, if you have
  4. an older operating system, you should consider upgrading to make use of this
  5. powerful feature.
  6.  
  7. What is a Public Screen?
  8. ===============================================================================
  9. Public Screens are new Amiga Screens that can have program windows on them,
  10. instead of the Workbench Screen, allowing you to avoid shuffling windows around
  11. the Workbench Screen in order to get to your Icons. A good use of this would be
  12. for opening a public screen and putting both an Amiga Shell Window and a Clock
  13. Window, as a CLI work environment, leaving Workbench available for file/icon
  14. manipulation. An Amiga enthusiast may have several public screen 'environments'
  15. that he switches back and forth between either via the screen to back gadget,
  16. or via the Keyboard LEFT_AMIGA+M, LEFT_AMIGA+N shortcuts.
  17.  
  18. Public Screens are a feature of AmigaOS release 2.  They offer a standard
  19. way of opening multiple programs from differing sources on a screen separate
  20. from Workbench.  Software can be written to be Public Screen Aware, in which
  21. case it should have a SCREEN keyword for CLI users and a SCREEN tooltype for
  22. Workbench icons. Some programs may even have Jump Button, allowing you to
  23. 'teleport' their window from Screen to Screen.
  24.  
  25. Some Public Screen aware programs include:
  26. ------------------------------------------
  27. TurboText:   editor                             Commercial
  28. WShell 2.0:  Amiga Shell replacement + extras   Commercial
  29. MultiPlayer: music module player program        Shareware
  30.  
  31. What about Older programs that do not know about Public Screens?
  32. -----------------------------------------------------------------
  33. If you Set your Public Screen as "Default/Shanghai Mode Enabled", any program
  34. that would normally try to open on the Workbench Screen will open on the Public
  35. Screen instead.  Try the Clock Program, or Shell as an example.
  36. Selecting Undefault will refer the default back to workbench or your previous
  37. default public screen.
  38.  
  39. It is OK to Undefault Screen whenever you are unsure which screen is default.
  40. This should return Default to Workbench or whichever screen was previously default.
  41.  
  42. USING Public Screens without DEFAULT/SHANGHAI:
  43. ----------------------------------------------
  44. CLI Example: (open a public screen and then open a shell on that public screen)
  45. System2.0:>publicscreen MyScreen
  46. System2.0:>newshell WINDOW="con:0/0/600/150/PublicShell/close/SCREEN MyScreen"
  47.                            ^Quotes are important                     ^Case Sensitive
  48.  
  49. Workbench Example: (making a public screen shell icon)
  50.    make a copy of the sys:shell icon and add the following tooltype to the copy:
  51.      CON:0/0/600/150/PublicShell/CLOSE/SCREEN PublicScreen.1
  52.    ^^no quotes                                   ^^Case Sensitive
  53.  
  54.    Double Click on the PublicScreen Icon to open a public screen.
  55.    switch back to your workbench screen, and then
  56.    Double Click on the copy_of_Shell Icon that you modified
  57.    You should now have a shell open on the public screen.
  58.  
  59. font problems with eariler versions of PublicScreen:
  60. ----------------------------------------------------
  61. I made a simple programming mistake with versions of PublicScreen below 1.02.06
  62. which caused the wrong default font for programs like the Amiga Shell.
  63. I hadn't read over the examples well enough -- Sorry.
  64.  
  65. problems with PublicScreen 1.02.07 and menu items not functioning.
  66. -----------------------------------------------------------------------
  67. Open PublicScreen: You started PublicScreen with a default directory other than
  68. where the program actually lives.  PublicScreen only has a search path of its
  69. current directory and C: .
  70.  
  71. CALCULATOR,MEMACS, ED: Do you have the programs in the specified directories?
  72. Again, PublicScreen can only find files in it's current dir or C: unless
  73. it is fed an absolute path like I hardcoded these to.
  74.  
  75. CLOCK:
  76. I hardcoded the startup position of the clock too far to the right for screens
  77. without enough overscan, so it fails -- Sorry.
  78.  
  79. ED:
  80. Does not open its file requestor on PublicScreen, they open on Workbench, ignoring
  81. the CON: specification to open on PublicScreen. (UGH!)
  82. This is Someone else's bug...
  83.  
  84. Other Helpful Hints:
  85. --------------------
  86. When in Default/Shanghai Mode:
  87. You may want to use a Commodities Exchange tool so that you can launch your favorite
  88. programs from the Public Screen, without swapping screens, by using only the keyboard
  89. Commands -- OK you may have to bump your mouse a little.
  90.          Right_Amiga_D to set default
  91.          <return> to close requester
  92.          CX commands like: Left_Amiga_Esc for a new shell
  93.          Right_Amiga_U
  94.          <return> to close requester
  95.